home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / LINscan / READ_FIRST (.txt) < prev    next >
Text File  |  1994-06-22  |  3KB  |  64 lines

  1. #bin/csh!
  2.  
  3. echo "Welcome to LINscan."
  4. echo ""
  5. echo "There are two ways to run this software:"
  6. echo ""
  7. echo "1. Start from CD"
  8. echo " ----------------"
  9. echo ""
  10. echo "Simply execute LINscan after you have copied the resource file XmLINscan to"
  11. echo "your homedirectory from $HOTMIXDIR/demos/LINscan,"
  12. echo "or passed the resources to the window manager with"
  13. echo "xrdb -merge XmLINscan."
  14. echo ""
  15. echo "If you have installed a scanner, do the following to enable the software"
  16. echo "to use it (with x replaced by the scanner's SCSI ID):"
  17. echo ""
  18. echo "ln /dev/scsi/sc0dxl0 /dev/scsi/scanner"
  19. echo "chmod a+r /dev/scsi/scanner"
  20. echo ""
  21. echo "2. Install on harddisk"
  22. echo "----------------------"
  23. echo ""
  24. echo "Change directory to: $HOTMIXDIR/demos/LINscan"
  25. echo "Then, start the installation script LINscan.install.irix5"
  26. echo "and answer the questions where to install the software."
  27. echo ""
  28. echo "Supported scanners:"
  29. echo "==================="
  30. echo ""
  31. echo "EPSON GT-4000, GT-6000(ESC300C), GT-8000(ESC800C)"
  32. echo ""
  33. echo "The scanner is to be connected as a SCSI device."
  34. echo ""
  35. echo "How to exit LINscan"
  36. echo "==================="
  37. echo ""
  38. echo "To terminate the application select the menu item File/Quit in the menu bar."
  39. echo ""
  40. echo ""
  41. echo "Basic instructions for the use of LINscan"
  42. echo "========================================="
  43. echo ""
  44. echo "a.  Preview scan: If you select the button preview scan in the setup window,"
  45. echo "a preview  will be scanned using a low resolution and eight gray scales."
  46. echo "b.  Frame the desired scan area in the preview window by moving the mouse"
  47. echo "-keep left mouse button pressed- diagonally over this area."
  48. echo "c.  Image scan: If you select the button image scan in the setup window, the"
  49. echo "actual image scan will be carried out. The scanned image appears in the"
  50. echo "image window. Its appearance depends on the parameters previously set"
  51. echo "-number of colors, brightness, resolution etc.-. You can also define a"
  52. echo "scan area in the image window by framing it and then selecting image scan."
  53. echo "d.  Before starting the actual image scan, you can select a number of image"
  54. echo "parameters under Setup in the menu bar."
  55. echo "e.  Further modification of the scanned image is possible when selecting the"
  56. echo "menu item Edit -rotate, sharpen, quantize-."
  57. echo "f.  You can save the scanned image by selecting File/Save image. Enter the"
  58. echo "desired path, file name and format and press OK."
  59. echo "g.  If no scanner is connected, the program runs in the demo/noscan mode."
  60. echo "Thus, you can only load images. These will however disappear after some"
  61. echo "seconds."
  62.  
  63.  
  64.